From fad1bc0de434a46e3e014e74d890d4bee11c77f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Chris=20K=C3=BChl?= Date: Tue, 23 Nov 2010 10:48:44 +0100 Subject: [PATCH] tests: Fixed argument naming inconsistancy --- tests/gtkoffscreenbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gtkoffscreenbox.c b/tests/gtkoffscreenbox.c index a23a8bfa82..01ba8ef30d 100644 --- a/tests/gtkoffscreenbox.c +++ b/tests/gtkoffscreenbox.c @@ -13,10 +13,10 @@ static void gtk_offscreen_box_realize (GtkWidget *widget); static void gtk_offscreen_box_unrealize (GtkWidget *widget); static void gtk_offscreen_box_get_preferred_width (GtkWidget *widget, gint *minimum, - gint *maximum); + gint *natural); static void gtk_offscreen_box_get_preferred_height (GtkWidget *widget, gint *minimum, - gint *maximum); + gint *natural); static void gtk_offscreen_box_size_allocate (GtkWidget *widget, GtkAllocation *allocation); static gboolean gtk_offscreen_box_damage (GtkWidget *widget, -- 2.30.2